projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b718df
)
(uniscribe_check_otf): Fix last change.
author
Jason Rumney
<jasonr@gnu.org>
Fri, 4 Apr 2008 07:59:20 +0000
(07:59 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Fri, 4 Apr 2008 07:59:20 +0000
(07:59 +0000)
src/ChangeLog
patch
|
blob
|
history
src/w32uniscribe.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 5ae4fc6beb835f0854336103fe74218f134fb9e1..312183e42aa601ce6199ba9839ed58f4711b81ab 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2008-04-04 Jason Rumney <jasonr@gnu.org>
+
+ * w32uniscribe.c (uniscribe_check_otf): Fix last change.
+
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* insdel.c (insert_from_buffer_1): Don't compare bytes in destination
diff --git
a/src/w32uniscribe.c
b/src/w32uniscribe.c
index ed29955efe960f03e9698b5c60c35a615a5787df..2641aead054c1d6f5018e00fd2e9225923fa0d76 100644
(file)
--- a/
src/w32uniscribe.c
+++ b/
src/w32uniscribe.c
@@
-565,7
+565,7
@@
int uniscribe_check_otf (font, otf_spec)
int i, retval = 0;
/* Check the spec is in the right format. */
- if (!CONSP (otf_spec) || Flength (
val
) < 3)
+ if (!CONSP (otf_spec) || Flength (
otf_spec
) < 3)
return 0;
/* Break otf_spec into its components. */